Scroll to navigation
asinh - 하이퍼블릭 사인 역함수를 위한 함수
#include <math.h> double asinh(double x);
asinh()함수는 x의 하이퍼블릭 사인 역함수 값을 계산한다; 출력값의 하이퍼블릭 사인값은 x이다.
SVID 3, POSIX, BSD 4.3, ISO 9899
acosh(3), atanh(3), cosh(3), sinh(3), tanh(3)